home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: Essential Home & Business
/
PC-SIG - Essential Home and Business Collection.iso
/
08
/
2
/
5
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-08-12
|
276b
|
15 lines
echo off
cls
echo Installing TimeTraker on C:\TIMETRAKER...
c:
cd \
md timetrak
cd timetrak
copy a:*.* . > null
beep
cd \
cls
echo Did you remember the CONFIG.SYS file???
echo Add these statements: FILES = 20
echo BUFFERS = 22